• Call Us : 03082533000 (WhatsApp)
  • Email Us : TestPointpk.com@gmail.com
Sticky Note
console.log([..."hello"])
  1. 'hello'
  2. Undefined
  3. ['h', 'e', 'l', 'l', 'o']
  4. 'lo'
Explanation
  • The spread operator ... in JavaScript expands iterable objects like strings or arrays.
  • "hello" is a string, which is iterable.
  • [..."hello"] spreads each character into a new array.
  • Resulting array: ['h', 'e', 'l', 'l', 'o'].
  • It is not a single string or 'lo', and definitely not undefined.
  • Related MCQs

    ریم سے کیا مراد ہے؟
    1. Random Access Memory
    2. Random Access Money
    3. Random Accurate Memory
    4. None of these
    اس سوال کو وضاحت کے ساتھ پڑھیں

    اگر آپ قریب کی دو عمارتوں کو جوڑنا چاہتے ہیں تو آپ مندرجہ ذیل میں سے کون سا نیٹ ورک استعمال کریں گے؟
    1. Metropolitan Area Network (MAN)
    2. Local Area Network (LAN)
    3. Wide Area Network (WAN)
    4. None of these
    اس سوال کو وضاحت کے ساتھ پڑھیں

    ڈیجیٹل سگنلز کو اینالاگ سگنلز میں تبدیل کرنے والی ڈیوائس کا کیا نام ہے؟
    1. Router
    2. Switch
    3. Modem
    4. None of above
    اس سوال کو وضاحت کے ساتھ پڑھیں

    ای میل ایڈریس دو حصوں پر مشتمل ہوتا ہے، صارف نام یا آئی ڈی اور _____؟
    1. URL
    2. Domain name
    3. Password
    4. None of these
    اس سوال کو وضاحت کے ساتھ پڑھیں

    ڈی او ایس کا مطلب کیا ہے؟
    1. Digital operating system
    2. Disk operation system
    3. Disk operating system
    4. None of these
    اس سوال کو وضاحت کے ساتھ پڑھیں

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    1 + 2 = ?



    All Rights Reserved © TestPointpk.com